 |
API Documentation
|
|
|
12 class LogManager final :
public nkCommon::SingletonClass<LogManager>
nkLog::Logger * getReceiver() const
void setReceiver(nkLog::Logger *receiver)
void log(const nkMemory::StringView &message, const nkMemory::StringView &className)
Encompasses all API of component NilkinsImages.
Definition: BmpEncoder.h:7
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
An interface to make all logging capabilities central.
Definition: Logger.h:15
Responsible for logging all messages from the component. By registering a nkLog::Logger inside,...
Definition: LogManager.h:13